home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_selection.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.9 KB  |  61 lines

  1. /*****************************************************************************
  2.   FILE           : ui_selection.h
  3.   SHORTNAME      : select.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 29.5.1990
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)ui_selection.h    1.9 3/2/94
  14.   SCCS VERSION   : 1.9
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_SELECTION_DEFINED_
  23. #define _UI_SELECTION_DEFINED_
  24.  
  25.  
  26.  
  27.  
  28. extern void ui_sel_msgNumber (void);
  29. extern void ui_sel_initSelectionList (void);
  30. extern struct SelectionType *ui_sel_lookForItem (int unitNo);
  31. extern struct SelectionType *ui_sel_lookForSelectedItem 
  32.                     (struct SelectionType *);
  33. extern void ui_sel_drawBoxes (struct Ui_DisplayType *,FlagType,struct PosType);
  34. extern void ui_sel_selectOne (struct Ui_DisplayType *, FlagType, int, 
  35.                     struct PosType);
  36. extern void ui_sel_unselectOne (struct Ui_DisplayType *, FlagType, int, 
  37.                     struct PosType);
  38. extern void ui_sel_selectRect (struct Ui_DisplayType *, FlagType, 
  39.                     struct PosType, struct PosType);
  40. extern void ui_sel_unselectRect (struct Ui_DisplayType *, FlagType, 
  41.                     struct PosType, struct PosType);
  42. extern void ui_sel_reshowItems (struct Ui_DisplayType *, FlagType);
  43. extern void ui_sel_checkList (struct Ui_DisplayType *, FlagType);
  44. extern void ui_sel_unselectAll (struct Ui_DisplayType *, FlagType);
  45. extern void ui_sel_resetList (void);
  46.  
  47.  
  48. /* handling of the selection list */
  49. extern struct SelectionType  *ui_sel_listPtr;        /* pointer to first item */
  50. extern int            ui_sel_numberOfSelectedItems;  /* number of selected items */
  51.  
  52.  
  53.  
  54. #endif /* _UI_SELECTION_DEFINED_ */
  55.  
  56.  
  57. /* end of file */
  58. /* lines: 46 */
  59.  
  60. /* 62 lines generated by deleteprivatedefinitions.awk */
  61.